func net.sotypeToNet
5 uses
	net (current package)
		unixsock_posix.go#L73: func sotypeToNet(sotype int) string {
		unixsock_posix.go#L107: 			addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
		unixsock_posix.go#L123: 			addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
		unixsock_posix.go#L136: 	if addr.Net != sotypeToNet(c.fd.sotype) {
		unixsock_posix.go#L149: 		if addr.Net != sotypeToNet(c.fd.sotype) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |